From 776b54b8eb3c36465ae45559a302d913e3d0c7d3 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Fri, 18 Mar 2005 09:20:40 +0000 Subject: [PATCH] Re-establishing validation feature (the beginnings) --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4f4e97fc22..1c9f69da6e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -431,7 +431,7 @@ $wgReadOnlyFile = "{$wgUploadDirectory}/lock_yBgMBwiR"; /** * The debug log file should be not be publicly accessible if it is used, as it * may contain private data. */ -$wgDebugLogFile = ''; +$wgDebugLogFile = 'deb.txt'; /**#@+ * @global bool -- 2.20.1